Opc.Ua.Core
Create(Exception,UInt32,String,Object[]) Method



Opc.Ua Namespace > ServiceResult Class > Create Method : Create(Exception,UInt32,String,Object[]) Method
Creates a new instance of a ServiceResult
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal e As Exception, _
   ByVal defaultCode As UInteger, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) As ServiceResult
'Usage
 
Dim e As Exception
Dim defaultCode As UInteger
Dim format As String
Dim args() As Object
Dim value As ServiceResult
 
value = ServiceResult.Create(e, defaultCode, format, args)
public static ServiceResult Create( 
   Exception e,
   uint defaultCode,
   string format,
   params object[] args
)

Parameters

e
defaultCode
format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceResult Class
ServiceResult Members
Overload List